@font-face {
  font-family: "DINOT-Medium ";
  src: url("../ttf/DINOT-Medium.ttf");
  font-weight: normal;
  font-style: normal;
}

.pane {
  padding: .12rem;
  margin-bottom: .1rem;
  background-color: #fff;
  border-radius: .08rem;
}

.pane>.flex {
  align-items: center;
  border-bottom: 1px solid #ECECEC;
  padding-bottom: .12rem;
  margin-bottom: .1rem;
}

.pane .img {
  height: .44rem;
  width: .44rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  float: left;
  margin-right: .06rem;
}

.pane .img.qh {
  background-image: url('../image/logo_gtja_qh.png');
}

.pane .img.jh {
  background-image: url('../image/logo_gtja_jh.png');
}

.pane .img.zjyj {
  background-image: url('../image/logo_zjyj.png');
}

.pane .name {
  flex-grow: 1;
  font-weight: bold;
}

.pane button {
  font-size: .12rem;
  border: 0;
  background-color: #EF7723;
  color: #fff;
  border-radius: .04rem;
  padding: .08rem .1rem;
  margin-right: .08rem;
}

.pane>.desc {
  color: #505050;
  line-height: .21rem;
}

.openTel h2 span {
  display: inline-block;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background: red;
}

.tel_desc p:first-child {
  white-space: nowrap;
  font-size: 0.13rem;
}

.tel_desc p span {
  color: #EF7723;
  font-size: 0.14rem;
  display: inline-block;
  font-family: "DINOT-Medium ";
}

.tel_number {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}

.tel_content {
  background-color: #fff;
  width: 3.75rem;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 50%;
}

.tel_content {
  background: #F9F9F9;
}

.tel_content div:first-child {
  text-align: center;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.16rem;
  color: #EF7723;
  background: #fff;
  border-radius: 0.08rem 0.08rem 0 0;
}

#tel {
  font-family: "DINOT-Medium ";
}

.tel_content div:last-child {
  text-align: center;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.16rem;
  color: #2c2c2c;
  background: #fff;
  margin-top: 0.07rem;
}